Skip to content

Increase sink worker concurrency#1312

Merged
epipav merged 1 commit intomainfrom
improvement/increase-sink-worker-concurrency
Aug 9, 2023
Merged

Increase sink worker concurrency#1312
epipav merged 1 commit intomainfrom
improvement/increase-sink-worker-concurrency

Conversation

@epipav
Copy link
Copy Markdown
Collaborator

@epipav epipav commented Aug 9, 2023

What

🤖 Generated by Copilot at 46ef884

Increased the concurrency of the data sink worker service by changing a constant value in main.ts. This improves the performance of the service when handling messages from the queue.

🤖 Generated by Copilot at 46ef884

MAX_CONCURRENT grows
More messages processed now
Winter wind is swift

Why

How

🤖 Generated by Copilot at 46ef884

  • Increase the maximum concurrent processing of messages in the data sink worker service (link). This improves the throughput and performance of the service by allowing it to handle more data from the queue in parallel. The change affects the services/apps/data_sink_worker/src/main.ts file.

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screehshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@epipav epipav marked this pull request as ready for review August 9, 2023 22:43
@epipav epipav self-assigned this Aug 9, 2023
@epipav epipav added the Improvement Created by Linear-GitHub Sync label Aug 9, 2023
@epipav epipav merged commit 520ac91 into main Aug 9, 2023
@epipav epipav deleted the improvement/increase-sink-worker-concurrency branch August 9, 2023 22:43
@epipav epipav restored the improvement/increase-sink-worker-concurrency branch August 9, 2023 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improvement Created by Linear-GitHub Sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant